/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: 'HelveticaNeueW01-Thin', sans-serif;
	color: #000;
	background-color: #000;
}
a {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.SEA-container {
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
}
.SEA-container:after {
	content: "";
	display: table;
	clear: both;
}
.has-top-margin {
/* this class is given - using jQuery - to the .SEA-main-content following the .SEA-secondary-nav when it becomes fixed */
}

@media only screen and (min-width: 1170px) {
.has-top-margin {
	-webkit-animation: animate-margin-top 0.3s;
	-moz-animation: animate-margin-top 0.3s;
	animation: animate-margin-top 0.3s;
	margin-top: 70px;
}
}
 @-webkit-keyframes animate-margin-top {
 0% {
 margin-top: 100px;
}
 100% {
 margin-top: 70px;
}
}
@-moz-keyframes animate-margin-top {
 0% {
 margin-top: 100px;
}
 100% {
 margin-top: 70px;
}
}
@keyframes animate-margin-top {
 0% {
 margin-top: 100px;
}
 100% {
 margin-top: 70px;
}
}
/* -------------------------------- 

Navigation

-------------------------------- */
.SEA-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background-color: #000;
	z-index: 3;
}

@media only screen and (min-width: 768px) {
.SEA-header {
	height: 65px;
	background-color: #000;
	box-shadow: none;
}
}
#SEA-logo {
	float: left;
	margin: 0 0 0 5%;
}
#SEA-logo img {
	display: block;
}

@media only screen and (min-width: 768px) {
#SEA-logo {
	margin: 0 0 0 5%;
}
}


.SEA-primary-nav {
	/* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
	float: right;
	margin-right: 5%;
	width: 20px;
	height: 40px;
	background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{211682dc-0ddf-4a66-8c3c-8e629745af54}_cd-icon-menu.png") no-repeat center center;
	background-size: 20px 17px;
	cursor: pointer;
}
.SEA-primary-nav ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.SEA-primary-nav ul.is-visible {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.SEA-primary-nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	background: #000101;
	border-top: 1px solid #051426;
	color: #f0eee1;
}

@media only screen and (min-width: 768px) {
.SEA-primary-nav {
	/* reset navigation values */
	width: auto;
	height: auto;
	background: none;
}
.SEA-primary-nav ul {
	position: static;
	width: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	line-height: 70px;
}
.SEA-primary-nav ul.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.SEA-primary-nav li {
	display: inline-block;
	margin-left: 1em;
}
.SEA-primary-nav a {
	display: inline-block;
	height: auto;
	line-height: normal;
	background: transparent;
	padding: .6em 1em;
	border-top: none;
	color: #030d18;
}
}
/* -------------------------------- 

Intro

-------------------------------- */
#SEA-intro {
	position: relative;
	height: 720px;
	background: #000 url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{692a1cd7-aed2-41ba-8f36-7029621d8177}_SEA_Display_BG_1.jpg) no-repeat center center;background-size: cover;z-index: 2;
}

@media screen and (max-width: 1500px) {
#SEA-intro {
	height: 700px;
}}
@media screen and (min-width: 900px) and (max-width: 1100px) {
#SEA-intro {
	height: 650px;
}}
@media screen and (min-width: 750px) and (max-width: 900px) {
#SEA-intro {
	height: 600px;
}}
@media screen and (min-width: 480px) and (max-width: 750px) {
#SEA-intro {
	height: 500px;
}}

@media screen and (min-width: 320px) and (max-width: 480px) {
#SEA-intro {
	height: 500px;
}}
#SEA-intro #SEA-intro-tagline {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}
#SEA-intro #SEA-intro-tagline img {
	width: 100%;
	height: auto;
}
#SEA-intro h1 {
	font-size: 36px;
	font-size: 2.5rem;
	line-height: 43px;
	color: #fff;
}
#SEA-intro span {
	font-size: 24px;
	font-size: 1.7rem;
	line-height: 36px;
	display: block;
	padding-bottom: 30px;
}
#SEA-intro h2 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 14px;
	color: #fff;
	padding-top: 5px;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
#SEA-intro span {
	font-size: 18px;
	font-size: 1.4rem;
	line-height: 36px;
}
#SEA-intro h1 {
	font-size: 21px;
	font-size: 1.9rem;
	line-height: 25px;
}}
@media screen and (min-width: 200px) and (max-width: 723px) {
#SEA-intro span, #SEA-intro h1 {
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 25px;
	display: inline;
}
#SEA-intro h2 {
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 25px;
}
}

@media only screen and (min-width: 768px) {

#SEA-intro #SEA-intro-tagline {
	padding-top: 100px;
}
}

@media screen and (min-width: 200px) and (max-width: 600px) {
#SEA-intro img {
	padding: 30px 0;
}
}

@media only screen and (min-width: 1170px) {
#SEA-intro #SEA-intro-tagline {
	padding-top: 100px;
}
}
.SEA-btn {
	display: inline-block;
	padding: 0;
	margin-top: 1em;
	text-indent: -300000px;
}
.no-touch .SEA-btn:hover {
	background-color: #f5484a;
}
/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.SEA-secondary-nav {
	position: relative;
	z-index: 3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.SEA-secondary-nav ul {
	/* mobile first - secondary navigation hidden by default, triggered by tap/click on .SEA-secondary-nav-trigger*/
	position: fixed;
	width: 90%;
	max-width: 400px;
	right: 5%;
	bottom: 20px;
	border-radius: 0.25em;
	background: rgba(3, 13, 24, 0.95);
	visibility: hidden;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
	transition: transform 0.3s, visibility 0s 0.3s;
}
.SEA-secondary-nav ul.is-visible {
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
	transition: transform 0.3s, visibility 0s 0s;
}
.SEA-secondary-nav li a {
	display: block;
	padding: 1.6em;
	border-bottom: 1px solid #ccc;
	color: #f0eee1;
}
.SEA-secondary-nav li a:hover {
	color: #24b2e8;
	text-decoration: none;
}
.SEA-secondary-nav li:last-child a {
	border-bottom: none;
}

@media only screen and (min-width: 1100px) {
.SEA-secondary-nav {
	z-index: 1;
	height: 100px;
	background-color: rgba(3, 13, 24, 0.96);
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.SEA-secondary-nav nav, .SEA-secondary-nav ul, .SEA-secondary-nav li, .SEA-secondary-nav a {
	height: 100%;
}
.SEA-secondary-nav ul {
	/* reset navigation values */
	position: static;
	width: auto;
	max-width: 100%;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	text-align: center;
	background-color: transparent;
}
.SEA-secondary-nav li {
	display: inline-block;
	margin-left: -4px;
}
.SEA-secondary-nav li a {
	position: relative;
	text-align: center;
	display: block;
	padding: 40px 10px 0 20px;
	border-bottom: none;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
}
.SEA-secondary-nav li a b {
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;/*color: rgba(240, 238, 225, 0.7);*/
}
.SEA-secondary-nav li a span {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: 18px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.SEA-secondary-nav li a:hover b, .SEA-secondary-nav li a.active b {
	color: #24b2e8;
}
.SEA-secondary-nav.is-fixed {
	/* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
	position: fixed;
	left: 0;
	top: 0;
	height: 70px;
	width: 100%;
}
.SEA-secondary-nav.animate-children {
	/* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.SEA-secondary-nav.animate-children li a {
	padding: 26px 15px 0 15px;
}
.SEA-secondary-nav.animate-children li a span {
	opacity: 0;
}
}
.SEA-secondary-nav-trigger {
	position: fixed;
	bottom: 20px;
	right: 5%;
	width: 30px;
	height: 30px;
	border-radius: 0.25em;
	background: #000 url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{211682dc-0ddf-4a66-8c3c-8e629745af54}_cd-icon-menu.png") no-repeat 5px 6px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(36,178,232,0.38);
	-moz-box-shadow: 0px 0px 4px 1px rgba(36,178,232,0.38);
	box-shadow: 0px 0px 4px 1px rgba(36,178,232,0.38);
}
.SEA-secondary-nav-trigger span {
	/* the span element is used to create the menu icon */
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #f0eee1;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.SEA-secondary-nav-trigger span::before, .SEA-secondary-nav-trigger span::after {
	content: '';
	position: absolute;
	background: inherit;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.SEA-secondary-nav-trigger span::before {
	right: -10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.SEA-secondary-nav-trigger span::after {
	left: -10px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.SEA-secondary-nav-trigger.menu-is-open {
	background: transparent;
}
.SEA-secondary-nav-trigger.menu-is-open span {
	background: rgba(240, 238, 225, 0);
	width: 20px;
	height: 2px;
}
.SEA-secondary-nav-trigger.menu-is-open span::before, .SEA-secondary-nav-trigger.menu-is-open span::after {
	background: #f0eee1;
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
}
.SEA-secondary-nav-trigger.menu-is-open span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.SEA-secondary-nav-trigger.menu-is-open span::after {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

@media only screen and (min-width: 1100px) {
.SEA-secondary-nav-trigger {
	display: none;
}
}
SEA-placeholder-1, SEA-placeholder-3, SEA-placeholder-5, SEA-placeholder-7 {
	background-color: #fff;
}
SEA-placeholder-2, SEA-placeholder-4, SEA-placeholder-6 {
	background-color: #000;
}
/* -------------------------------- 

Placeholder Sections

-------------------------------- */

.btn {
	width: 200px;
	padding: 0 0 23px 0;
}
.btn a {
	font-family: Arial, sans-serif !important;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 44px;
	color: #fff;
	padding: 15px 60px;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #fff;
	margin: 0 auto;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn a:hover {
	background-color: #fff;
	font-weight: bold;
	color: #000;
}
.btn1 {
	width: 200px;
	padding: 0 0 23px 0;
}
.btn1 a {
	font-family: Arial, sans-serif !important;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 44px;
	color: #fff;
	padding: 15px 60px;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #fff;
	margin: 0 auto;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn1 a:hover {
	background-color: #fff;
	font-weight: bold;
	color: #000;
}
.btn2 {
	width: 200px;
	padding: 0 0 23px 0;
}
.btn2 a {
	font-family: Arial, sans-serif !important;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 44px;
	color: #000;
	padding: 15px 60px;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #000;
	margin: 0 auto;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn2 a:hover {
	background-color: #000;
	font-weight: bold;
	color: #fff;
}
.btn-blk {
	width: 200px;
	padding: 0 0 23px 0;
}
.btn-blk a {
	font-family: Arial, sans-serif !important;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 44px;
	color: #000;
	padding: 15px 60px;
	font-weight: bold;
	white-space: nowrap;
	border: 1px solid #000;
	margin: 0 auto;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.btn-blk a:hover {
	background-color: #000;
	font-weight: bold;
	color: #fff;
}
.SEA-TR {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{e74c0141-9ecc-4781-8c36-98e7ec9f1716}_blue_training.png) no-repeat 0 0;
}
.SEA-CT {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{a2848330-944c-472e-ae26-abbbe0cb6f42}_blue_certification.png) no-repeat 0 0;
}
.SEA-DP {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{3bba86c8-9633-464f-921e-9a096dc534a3}_blue_Print.png) no-repeat 0 0;
}
.SEA-MA {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{65d87905-6ff7-46fc-a588-e4c8783ba508}_blue_MarAuto.png) no-repeat 0 0;
}
.SEA-GC {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{58678c3a-79f2-4271-8fbb-450e38d8d3a2}_blue_growth.png) no-repeat 0 0;
}
.SEA-NVG {
	background: url(http://images.b2bmkt.samsung.com/EloquaImages/clients/SEC/{19ee6f41-1fb8-44c8-b7e1-cf8f3f200cc7}_blue_navigator.png) no-repeat 0 0;
}
.blk-footer {
	background-color: #FFF;
	padding: 20px;
}
.blk-footer h5 {
	color: #000;
	font-size: 30px;
	line-height: 38px;
	padding: 40px 10px 25px 10px;
	margin: 0;
	font-weight: normal !important;
}
#SEA-Footer-Nav {
	position: relative;
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{95c849a3-12a3-4c6b-8e15-cc8363aa7877}_SEA_Display_BG_B.jpg) no-repeat center center;
	background-size: cover;
}
/*Ready for the next big thing*/
.readyfor-container, .navfooter1-container, .navfooter-container {
	width: 100%;
}
.readyfor-content {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
}
.readyfor-content ul {
	list-style: none;
	padding: 20px 0 30px 0;
	margin: 0;
}
.readyfor-copy {
	font-family: 'HelveticaNeueW01-UltLt', 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 100;
	width: 400px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}
/*NAV Icon setup*/
.navfooter-container {
	width: 100%;
}
/*Nav 1*/
.navfooter-container-icon {
	width: 760px;
	margin: 0 auto;
}
.navfooter-container-icon ul {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.navfooter-container-icon li {
	list-style-type: none;
	float: left;
	padding: 20px 38px 20px 38px;
	margin: 0;
}
.navfooter-container-icon li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	
}
.navfooter-container-icon a {
	padding:20px;
}
.navfooter-container-icon span {
	display: inline;
	padding-top: 0px;
	text-align: left
}
/*Nav 2*/
.navfooter2-container-icon {
	width: 670px;
	margin: 0 auto;
}
.navfooter2-container-icon ul {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.navfooter2-container-icon li {
	list-style-type: none;
	float: left;
	padding: 15px 30px 20px 30px;
	margin: 0;
}
.navfooter2-container-icon li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 40px;
}
.navfooter2-container-icon span {
	display: block;
	padding-top: 32px;
	text-align: center
}
/*Nav Icons*/
.education {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{4d4ea54a-6985-4cf3-a4cf-bc224f0cc593}_education.png) no-repeat 0 2px;
}
.retail {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{0b41b003-827a-44ed-87bd-d8f734355151}_retail.png) no-repeat 0 0;
}
.government {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{e3cfda8c-b2fd-4b00-9dca-09ea285264ea}_government.png) no-repeat 10px 0;
}
.hospitality {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{f0963cf6-1eab-4f92-a771-7adf5390dd19}_hospitality.png) no-repeat 5px 0;
}
.healthcare {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{4c844993-2f78-4f77-ac17-f554d7024ded}_healthcare.png) no-repeat 8px 0;
}
.display {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{7193d7a0-a566-411f-8d45-0b528cb4ff69}_Display.png) no-repeat 12px 5px;
}
.laptop {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{065f6a15-f491-4f25-9740-9601b38e27cc}_Laptops.png) no-repeat 12px 5px;
}
.printers {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{dd64797a-dcc7-430e-9fc4-0e74efd8f038}_Printers.png) no-repeat 15px 5px;
}
.Monitors {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{5f47f703-30af-4b1a-9414-72fc3af8ca29}_Monitors.png) no-repeat 13px 5px;
}
.Tablets {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{e5b2b42a-4ecf-4a1f-acd9-b904e7aaf491}_Tablets.png) no-repeat 13px 5px;
}
.Phones {
	background: url(http://images.business.samsungusa.com/EloquaImages/clients/SEA/{54e69583-7d28-42cb-9cf4-30689aa97516}_Phones.png) no-repeat 18px 0px;
}
/*Social*/
.social {
	width: 280px;
	margin: 0 auto;
}
.social ul {
	list-style: none;
	padding: 20px 0 30px 0;
	margin: 0;
}
.social li {
	display: inline;
	padding: 0 5px;
}
/*disclaimer*/
.footer-container {
	width: 100%;
	overflow: hidden;
}
.footer {
	width: 760px;
	margin: 0 auto;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}
.disclaimer a {
	color: #585858;
	text-decoration: underline;
}
.disclaimer a:visited {
	color: #585858;
	text-decoration: underline;
}
.disclaimer p {
	color: #585858;
	font-size: 11px;
	padding: 3px 20px 5px 20px;
	text-align: center;
}
.border {
	border-top: 1px solid #867787;
}

@media only screen and (max-width: 900px) {
.footer-container, .footer, .body-container, .nav-container, ol {
	width: 100% !important;
	min-width: 320px !important;
	max-width: 780px !important;
}
.disclaimer {
	width: 100% !important;
}
.disclaimer p {
	width: 100% !important;
	padding: 3px 10px 5px 10px !important;
}
.readyfor-content {
	padding: 10px !important;
	width: 100%;
}
.readyfor-content ul {
	width: 320px !important;
	padding: 0 !important;
	margin: 0 !important;
}
.readyfor-content img {
	width: 100%;
	height: auto;
}
.readyfor-content li {
	padding: 10px 0;
}
.education {
	background-position: 50% 0 !important;
}
.retail {
	background-position: 50% 3px !important;
}
.government {
	background-position: 50% 0 !important;
}
.hospitality {
	background-position: 50% 3px !important;
}
.healthcare {
	background-position: 50% 3px !important;
}
.navfooter-container-icon {
	margin: 0 auto !important;
	width: 98% !important;
}
.navfooter-container-icon ul {
	width: 100% !important;
}
.navfooter-container-icon li {
	padding: 10px 0!important;
	width: 19.777% !important;
	height: 65px!important;
}
.navfooter-container-icon a {
	padding: 0 !important;
	margin: 0 !important;
}
.navfooter-container-icon span {
	display: block !important;
	padding-top: 32px !important;
	text-align: center !important;
}
.navfooter2-container-icon {
	margin: 0 auto !important;
	width: 100% !important;
}
.navfooter2-container-icon ul {
	width: 97% !important;
	margin: 0 auto !important;
}
.navfooter2-container-icon li {
	padding: 10px 0!important;
	width: 16.50%!important;
	height: 65px!important;
	margin: 0 !important;
	display: inline !important;
}
.navfooter2-container-icon a {
	padding: 0 !important;
	margin: 0 auto!important;
}
.navfooter2-container-icon span {
	padding-top: 32px!important;
}
.footer {
	width: 100% !important;
	min-width: 780px !important;
	min-width: 320px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
.VW-IMG {background-position: 0 -20px !important;}
.OD-IMG  {background-position: 0 -120px !important;}
.LED-IMG  {background-position: 0 -220px !important;}
.SSP-IMG {background-position: 0 -140px !important;}
.UHD-IMG  {background-position: 0 -160px !important;}
.SS-IMG  {background-position: 0 -100px !important;}
.SST-IMG {background-position: 0 -140px !important;}
}
.VW-IMG {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{196e4e40-3b72-4d43-a7aa-9200348b683b}_SEA_LP_LFD_01.jpg") no-repeat center center;background-size: cover;}
.OD-IMG  {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{b5b9e47b-f460-4d28-8892-11d5510438e7}_SEA_LP_LFD_02.jpg") no-repeat center center;background-size: cover;}
.LED-IMG  {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{f3a3f20a-a652-4408-a826-2e1152354774}_SEA_LP_LFD_03.jpg") no-repeat center center;background-size: cover;}
.SSP-IMG {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{eff6cfcf-b46e-4933-9ac6-3f7e4d6c6eff}_SEA_LP_LFD_04.jpg") no-repeat center center;background-size: cover;}
.UHD-IMG  {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{d0d310aa-611f-4f53-94a6-272e3a63bcf0}_SEA_LP_LFD_05.jpg") no-repeat center center;background-size: cover;}
.SS-IMG  {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{74b4c6de-a179-4fcd-9748-add297dd0a6d}_SEA_LP_LFD_06.jpg") no-repeat center center;background-size: cover;}
.SST-IMG {background: url("http://images.business.samsungusa.com/EloquaImages/clients/SEA/{3bacbf75-95a5-4b93-b90f-de4a13295c07}_SEA_LP_LFD_07.jpg") no-repeat center center;background-size: cover;}